ci: Use fedora-docs for the doc build
authorMatthias Clasen <mclasen@redhat.com>
Mon, 25 May 2020 16:48:10 +0000 (12:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 25 May 2020 20:11:18 +0000 (16:11 -0400)
Our doc build now uses pandoc, so use an image
that has it.

.gitlab-ci.yml

index 141954326ab280ad3911a09bd8f5f01e85c9b3bd..1f9cd0f906bf3fcfc14f70c38dcbdb990a7399d9 100644 (file)
@@ -184,7 +184,7 @@ static-scan:
   allow_failure: true
 
 reference:
-  image: registry.gitlab.gnome.org/gnome/gtk/fedora:v16
+  image: registry.gitlab.gnome.org/gnome/gtk/fedora-docs:v19
   stage: docs
   variables:
     EXTRA_MESON_FLAGS: "--buildtype=release"